翻訳と辞書
Words near each other
・ Automated Certificate Management Environment
・ Automated charging machine
・ Automated Clearing House
・ Automated code review
・ Automated Content Access Protocol
・ Automated Criminal Intelligence Information System
・ Automated Customer Account Transfer Service
・ Automated Data Inquiry for Oil Spills
・ Automated decision support
・ Automated dispensing cabinet
・ Automated driving system
・ Automated ECG interpretation
・ Automated Enforcement System
・ Automated erotic stimulation device
・ Automated essay scoring
Automated exception handling
・ Automated Export System
・ Automated external defibrillator
・ Automated fare collection
・ Automated fare collection system (New South Wales)
・ Automated fiber placement
・ Automated fingerprint identification
・ Automated Fingerprint Identification System
・ Automated firearms identification
・ Automated Flight Following
・ Automated fueling
・ Automated guided vehicle
・ Automated guideway transit
・ Automated Housing Referral Network
・ Automated Imaging Association


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Automated exception handling : ウィキペディア英語版
Automated exception handling

Automated exception handling is a computing term referring to the computerized handling of errors. Runtime engines such as those for the Java language or Microsoft .Net lend themselves to an automated mode of exception or error handling. In these environments software errors do not "crash" the operating system or the runtime engine but rather generate exceptions. Recent advances in these runtime engines enables specialized runtime-engine add-on products to provide automated exception handling that is independent of the source code and provides root-cause information for every exception of interest.
== How it works ==
Upon exception, the runtime engine calls an error interception tool that is attached to the runtime engine (e.g. JVM). Based on the nature of the exception such as its type and the class and method in which it occurred and based on user preferences, an exception can be either handled or ignored.
If the preference is to handle the exception, then based on handling preferences such as memory search depth, the error interception utility extracts memory values from heap and stack memories. This snapshot then produces the equivalent of a debugger screen (as if there had been a debugger) at the precise moment of the exception.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Automated exception handling」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.